div {
  text-align: center;
}
ul {
  list-style-type: none;
}
body {
  background-color: #101010;
  color: #ffffff;
}
h1 {
  color: #ffffff;
}
nav a {
  color: #ffffff;
}
footer {
  color: #ffffff;
.image{
  display: flex;
  justify-content: space-between; /* this will add equal space between each image */
}